PDF4Java Reference Documentation
com.o2sol.pdf4java.graphics Package / PDFStringAppearanceOptions Class / setFont Method
The font used for drawing text.
In This Topic
    setFont Method
    In This Topic
    Sets the text font.
    If the font is null, no text is drawn.
    Syntax
    public void setFont( 
       PDFFont value
    )

    Parameters

    value
    The font used for drawing text.
    See Also